crypto/tls.certificateRequestMsg.hasSignatureAlgorithm (field)
7 uses
crypto/tls (current package)
conn.go#L1149: hasSignatureAlgorithm: c.vers >= VersionTLS12,
handshake_client.go#L1217: if !certReq.hasSignatureAlgorithm {
handshake_messages.go#L1717: hasSignatureAlgorithm bool
handshake_messages.go#L1733: if m.hasSignatureAlgorithm {
handshake_messages.go#L1748: if m.hasSignatureAlgorithm {
handshake_messages.go#L1797: if m.hasSignatureAlgorithm {
handshake_server.go#L661: certReq.hasSignatureAlgorithm = true
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |